Clean Architecture Part 6: Details and Case Study
Why databases, web, and frameworks are details, not architecture. Includes a complete video sales case study and the missing chapter on package structure.
Type to search posts
No results found
Why databases, web, and frameworks are details, not architecture. Includes a complete video sales case study and the missing chapter on package structure.
Practical implementation of clean architecture covering presenters, humble objects, partial boundaries, the main component, services, testing, and embedded systems.
Core concepts of clean architecture including independence, boundaries, business rules, and the famous Clean Architecture diagram. Learn how to design systems that are testable, flexible, and independent of frameworks.
Principles for organizing code into components. Covers component cohesion (REP, CCP, CRP) and component coupling (ADP, SDP, SAP) for building modular systems.
The five SOLID principles of object-oriented design explained in depth. SRP, OCP, LSP, ISP, and DIP form the foundation of clean architecture.
Introduction to software architecture from Robert C. Martin's Clean Architecture. Covers the definition of architecture, the value of good design, and the three programming paradigms.